Searched defs:pathName (Results 1 – 11 of 11) sorted by relevance
168 const char *pathName = TOP_DIR "/" DIR0; variable193 const char *pathName = "12345678901234567890123456789012345678901234567890\ variable212 const char *pathName = TOP_DIR "/NoExist/NoExist"; variable224 const char *pathName = TOP_DIR "/" DIR0; variable
37 async function getConverts(pathName) { argument48 async function getStageFdRead(pathName) { argument
95 async function getStageFdRead(pathName) { argument
107 async function getFdRead(pathName) { argument132 async function playbackPromise(AudioRendererOptions, pathName) { argument
122 export async function getFdRead(pathName, done) { argument266 export async function getFd(pathName) { argument
103 uint64_t GetFileSize(const std::string &pathName) in GetFileSize()113 bool WriteRandomDataToFile(const std::string &pathName, uint64_t fileSize) in WriteRandomDataToFile()150 bool GenerateFile(const std::string &pathName, int64_t fileSize) in GenerateFile()
37 std::shared_ptr<OH_PixelmapNative> PixelMapHelper::Decode(std::string &pathName) in Decode()
42 async function getFdRead(pathName, done) { argument
86 async function getFd(pathName) { argument
95 uint64_t GetFileSize(const std::string &pathName) in GetFileSize()105 bool WriteRandomDataToFile(const std::string &pathName, uint64_t fileSize) in WriteRandomDataToFile()142 bool GenerateFile(const std::string &pathName, int64_t fileSize) in GenerateFile()
196 static char pathName[1000], fileName[1000]; in CalcMultiFilesSha256() local