Home
last modified time | relevance | path

Searched refs:MAX_PATH (Results 1 – 4 of 4) sorted by relevance

/system/extras/ext4_utils/
Dblk_alloc_to_base_fs.cpp24 #define MAX_PATH 4096 macro
38 char filename[MAX_PATH + 1], file_version[MAX_FILE_VERSION + 1], *spaced_allocs = NULL; in main()
69 while (fscanf(blk_alloc_file, "%" ___STRING(MAX_PATH) "s ", filename) != EOF) { in main()
/system/logging/liblog/
Dlogger_write.cpp117 static char progname[MAX_PATH] = {}; in getprogname()
/system/libbase/
Dlogging.cpp71 static char progname[MAX_PATH] = {}; in getprogname()
Dfile.cpp111 wchar_t tmp_dir_w[MAX_PATH]; in GetSystemTempDir()