Home
last modified time | relevance | path

Searched refs:MAX_PATH_SIZE (Results 1 - 6 of 6) sorted by relevance

/test/xts/acts/kernel_lite/utils/
H A Dlibfs.cpp45 char subDir[MAX_PATH_SIZE]; in RemoveDir()
61 // MAX_PATH_SIZE is the max length of allowed path string, so it safe to use sprintf here. in RemoveDir()
123 static char path1[MAX_PATH_SIZE]; in GetCurrentPath()
124 char *path = getcwd(path1, MAX_PATH_SIZE); in GetCurrentPath()
H A DKernelConstants.h87 const int MAX_PATH_SIZE = 256; // max size of path string variable
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dlibfs.cpp45 char subDir[MAX_PATH_SIZE]; in RemoveDir()
61 // MAX_PATH_SIZE is the max length of allowed path string, so it safe to use sprintf here. in RemoveDir()
132 static char path1[MAX_PATH_SIZE]; in GetCurrentPath()
133 string path = getcwd(path1, MAX_PATH_SIZE); in GetCurrentPath()
H A DKernelConstants.h83 const int MAX_PATH_SIZE = 256; // max size of path string variable
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsUnistdTest.cpp116 char testDir[MAX_PATH_SIZE]; in HWTEST_F()
/test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/
H A DPictureNdk.cpp48 #define MAX_PATH_SIZE 1024 macro
261 const size_t maxUriLen = MAX_PATH_SIZE; in CreateTestImageSource()

Completed in 6 milliseconds