HomeSort by relevance Sort by last modified time
    Searched refs:sys_path (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/closure_compiler/tools/
compile_coverage.py 15 from sys import path as sys_path namespace
16 sys_path.insert(0, os.path.join(_HERE, '..'))
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.h 118 char sys_path[21]; member in struct:darwin_cached_device
darwin_usb.c 809 snprintf(new_device->sys_path, 20, "%03i-%04x-%04x-%02x-%02x", new_device->address,
890 dev->port_number, (void *) dev->parent_dev, priv->dev->sys_path);
    [all...]
  /external/libusb/libusb/os/
darwin_usb.h 122 char sys_path[21]; member in struct:darwin_device_priv
darwin_usb.c 529 snprintf(priv->sys_path, 20, "%03i-%04x-%04x-%02x-%02x", address, idVendor, idProduct, bDeviceClass, bDeviceSubClass);
544 usbi_info (ctx, "found device with address %d at %s", dev->device_address, priv->sys_path);
    [all...]
  /external/chromium_org/sandbox/win/src/
file_policy_test.cc 160 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/cython/src/Cython/
Utils.py 71 include=False, sys_path=False):
77 # If 'sys_path' is True, also search sys.path.
78 if sys_path:
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 269 self.sys_path = None
283 env = self.sys_path
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Main.py 184 pxd = self.search_include_directories(qualified_name, ".pxd", pos, sys_path=True)
223 include=False, sys_path=False):
225 tuple(self.include_directories), qualified_name, suffix, pos, include, sys_path)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
parse-events.c 1133 char sys_path[PATH_MAX]; local
    [all...]

Completed in 193 milliseconds