Searched defs:pathName (Results 1 – 7 of 7) 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
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()
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
95 async function getStageFdRead(pathName) { argument