Searched refs:filepath (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/
H A Dlibgen.cpp14 basename(char *filepath) argument
16 if (filepath == NULL || filepath[0] == '\0')
19 size_t length = strlen(filepath);
21 while (filepath[--length] == '/' && length)
22 filepath[length] = '\0';
24 char *last = strrchr(filepath, '/');
27 return filepath;
39 dirname(char *filepath) argument
41 if (filepath
[all...]
/haiku/src/tests/kits/media/mp3_reader_test/
H A DFileDataIO.cpp3 FileDataIO::FileDataIO(const char *filepath, uint32 open_mode) argument
4 : file(new BFile(filepath, open_mode))
H A DFileDataIO.h10 FileDataIO(const char *filepath, uint32 open_mode);
/haiku/src/tests/kits/media/wav_reader_test/
H A DFileDataIO.cpp3 FileDataIO::FileDataIO(const char *filepath, uint32 open_mode) argument
4 : file(new BFile(filepath, open_mode))
H A DFileDataIO.h10 FileDataIO(const char *filepath, uint32 open_mode);
/haiku/src/tools/translation/bitsinfo/
H A Dbitsinfo.cpp58 PrintBitsInfo(const char *filepath, bool bdumppixels) argument
60 BFile file(filepath, B_READ_ONLY);
85 filepath);
216 "file path is opening"), filepath);
/haiku/src/tools/translation/tiffinfo/
H A Dtiffinfo.cpp541 int generate_report(const char *filepath) argument
543 BFile file(filepath, B_READ_ONLY);

Completed in 41 milliseconds