Searched refs:filepath (Results 1 – 2 of 2) sorted by relevance
340 private.filepath = $(dir)$(DIRSEP)$(file)341 export filepath342 if $(equal ., $(dirof $(filepath)))343 filepath = $(basename $(file))345 filepath = $(dirof $(filepath))$(DIRSEP)$(basename $(filepath))347 private.path_digest = $(digest-optional $(filepath))349 return $(filepath) $(path_digest)
185 wchar_t filepath[ 64 ]; in WriteToSd() local186 nn::nstd::TSNPrintf( filepath , 63 , in WriteToSd()189 filepath[ 63 ] = L'\0'; in WriteToSd()194 nn::Result result = fs.TryInitialize( filepath , true ); in WriteToSd()