OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFileSystemCurrentDirectory
(Results
1 - 3
of
3
) sorted by null
/external/srec/portable/include/
PFileSystemImpl.h
52
PORTABLE_API LCHAR
PFileSystemCurrentDirectory
[P_PATH_MAX];
/external/srec/portable/src/
PFileSystemImpl.c
50
LCHAR
PFileSystemCurrentDirectory
[P_PATH_MAX] = L("/");
PFileSystem.c
44
extern LCHAR
PFileSystemCurrentDirectory
[P_PATH_MAX];
389
if (LSTRLEN(
PFileSystemCurrentDirectory
) + 1 > *len)
392
*len = LSTRLEN(
PFileSystemCurrentDirectory
) + 1;
396
LSTRCPY(path,
PFileSystemCurrentDirectory
);
433
LSTRCPY(
PFileSystemCurrentDirectory
, absolutePath);
Completed in 23 milliseconds