Home
last modified time | relevance | path

Searched refs:sys_path (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/closure_compiler/tools/
Dcompile_coverage.py15 from sys import path as sys_path unknown
16 sys_path.insert(0, os.path.join(_HERE, '..'))
/external/libusb/libusb/os/
Ddarwin_usb.h122 char sys_path[21]; member
Ddarwin_usb.c529 …snprintf(priv->sys_path, 20, "%03i-%04x-%04x-%02x-%02x", address, idVendor, idProduct, bDeviceClas… in process_new_device()
544 usbi_info (ctx, "found device with address %d at %s", dev->device_address, priv->sys_path); in process_new_device()
/external/chromium_org/third_party/libusb/src/libusb/os/
Ddarwin_usb.h118 char sys_path[21]; member
Ddarwin_usb.c809 snprintf(new_device->sys_path, 20, "%03i-%04x-%04x-%02x-%02x", new_device->address, in darwin_get_cached_device()
890 dev->port_number, (void *) dev->parent_dev, priv->dev->sys_path); in process_new_device()
/external/chromium_org/tools/telemetry/telemetry/unittest/
Dsystem_stub.py269 self.sys_path = None
283 env = self.sys_path
/external/chromium_org/third_party/cython/src/Cython/
DUtils.py71 include=False, sys_path=False): argument
78 if sys_path:
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DMain.py184 pxd = self.search_include_directories(qualified_name, ".pxd", pos, sys_path=True)
223 include=False, sys_path=False): argument
225 tuple(self.include_directories), qualified_name, suffix, pos, include, sys_path)
/external/chromium_org/sandbox/win/src/
Dfile_policy_test.cc160 base::string16 sys_path = MakePathToSys(L"", false); in File_GetDiskSpace() local
161 if (sys_path.empty()) { in File_GetDiskSpace()
167 if (::GetDiskFreeSpaceExW(sys_path.c_str(), &free_user, &total, in File_GetDiskSpace()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dparse-events.c1133 char sys_path[PATH_MAX]; in count_tracepoints() local
1144 scnprintf(sys_path, PATH_MAX, "%s/%s", in count_tracepoints()
1147 sys_dir = opendir(sys_path); in count_tracepoints()