Searched refs:PATH_MAX (Results 76 - 100 of 308) sorted by relevance

1234567891011>>

/external/qemu/distrib/libselinux/src/
H A Dcompute_av.c19 char path[PATH_MAX];
H A Dcompute_create.c18 char path[PATH_MAX];
H A Denabled.c74 char buf[20], path[PATH_MAX];
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp321 char path[PATH_MAX];
496 char path[PATH_MAX];
547 char sdkroot_path[PATH_MAX];
571 char resolved_path[PATH_MAX];
615 char platform_file_path[PATH_MAX];
618 char resolved_path[PATH_MAX];
694 char platform_file_path[PATH_MAX];
/external/oprofile/daemon/
H A Doprofiled.c289 elt->name = xmalloc(PATH_MAX);
347 char filename[PATH_MAX + 1];
348 snprintf(filename, PATH_MAX, "%s/%s", path, name);
424 tmp = xmalloc(PATH_MAX);
452 tmp = xmalloc(PATH_MAX);
H A Dopd_cookie.c108 entry->name = xmalloc(PATH_MAX + 1);
110 err = lookup_dcookie(cookie, entry->name, PATH_MAX);
/external/oprofile/libopagent/
H A Dopagent.c128 char dump_path[PATH_MAX];
129 char err_msg[PATH_MAX + 16];
147 snprintf(dump_path, PATH_MAX, "%s/%i.dump", AGENT_DIR, getpid());
148 snprintf(err_msg, PATH_MAX + 16, "Error opening %s\n", dump_path);
176 snprintf(err_msg, PATH_MAX + 16, "Error writing to %s", dump_path);
/external/lldb/source/Host/macosx/
H A DSymbols.cpp242 char path[PATH_MAX];
331 char exec_cf_path[PATH_MAX];
340 char path[PATH_MAX];
378 char actual_src_path[PATH_MAX];
379 char build_src_path[PATH_MAX];
475 char path[PATH_MAX];
649 char cstr_buf[PATH_MAX];
672 static char g_dsym_for_uuid_exe_path[PATH_MAX];
721 char file_path[PATH_MAX];
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix_unittest.cc138 char buf[PATH_MAX];
139 ssize_t len = readlink(lock_path_.value().c_str(), buf, PATH_MAX);
145 len = readlink(socket_path_.value().c_str(), buf, PATH_MAX);
152 len = readlink(cookie_path_.value().c_str(), buf, PATH_MAX);
158 len = readlink(remote_cookie_path.value().c_str(), buf, PATH_MAX);
376 char buf[PATH_MAX];
/external/netperf/
H A Dnetserver.c171 #ifndef PATH_MAX
172 #define PATH_MAX MAX_PATH macro
174 char FileName[PATH_MAX]; /* for opening the debug log file */
794 #ifndef PATH_MAX
795 #define PATH_MAX MAX_PATH macro
797 char FileName[PATH_MAX]; /* for opening the debug log file */
/external/libsepol/tests/
H A Dtest-expander.c76 filename[i] = calloc(PATH_MAX, sizeof(char));
77 if (snprintf(filename[i], PATH_MAX, "policies/test-expander/%s%s", myfiles[i], mls ? ".mls" : ".std") < 0)
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/
H A Dcommon.c67 char buf[PATH_MAX];
93 char buf[PATH_MAX];
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-buildid-cache.c64 char filename[PATH_MAX];
129 char debugdir[PATH_MAX];
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp137 char ExeName[PATH_MAX+1];
141 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1);
/external/qemu/android/utils/
H A Dbufprint.c115 char s[PATH_MAX];
122 CFStringGetCString(value, s, PATH_MAX - 1, kCFStringEncodingUTF8);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dsyscalls_test.cc47 char buffer[PATH_MAX];
/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dbackend.c54 char path[PATH_MAX];
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h49 #define PATH_MAX _POSIX_PATH_MAX macro
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc75 #ifndef PATH_MAX
77 #define PATH_MAX MAXPATHLEN macro
79 #define PATH_MAX 4096 // seems conservative for max filename len! macro
529 char fname[PATH_MAX];
/external/chromium_org/tools/gyp/test/module/src/
H A Dprogram.c11 #define MAX_PATH PATH_MAX
/external/dhcpcd/
H A Dif-options.h102 char script[PATH_MAX];
/external/fio/
H A Ddiskutil.h49 char path[PATH_MAX];
/external/lldb/source/API/
H A DSBFileSpecList.cpp133 char path[PATH_MAX];
/external/mesa3d/src/gbm/main/
H A Dbackend.c54 char path[PATH_MAX];
/external/qemu/android/
H A Dqemu-setup.c482 char tmp[PATH_MAX];
486 PATH_MAX + // max ping program path
493 if (snprintf( tmp, PATH_MAX, "%s%s%s", appdir, PATH_SEP,
494 _ANDROID_PING_PROGRAM ) >= PATH_MAX) {

Completed in 2369 milliseconds

1234567891011>>