Searched defs:sys_path (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/closure_compiler/tools/
H A Dcompile_coverage.py15 from sys import path as sys_path namespace
16 sys_path.insert(0, os.path.join(_HERE, '..'))
/external/libusb/libusb/os/
H A Ddarwin_usb.h122 char sys_path[21]; member in struct:darwin_device_priv
/external/chromium_org/sandbox/win/src/
H A Dfile_policy_test.cc160 base::string16 sys_path = MakePathToSys(L"", false); local
161 if (sys_path.empty()) {
167 if (::GetDiskFreeSpaceExW(sys_path.c_str(), &free_user, &total,
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.h118 char sys_path[21]; member in struct:darwin_cached_device
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dparse-events.c1133 char sys_path[PATH_MAX]; local
1144 scnprintf(sys_path, PATH_MAX, "%s/%s",
1147 sys_dir = opendir(sys_path);

Completed in 258 milliseconds