/external/libusb/libusb/os/ |
darwin_usb.h | 122 char sys_path[21]; member in struct:darwin_device_priv
|
/external/chromium_org/sandbox/win/src/ |
file_policy_test.cc | 159 base::string16 sys_path = MakePathToSys(L"", false); local 160 if (sys_path.empty()) { 166 if (::GetDiskFreeSpaceExW(sys_path.c_str(), &free_user, &total,
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
darwin_usb.h | 118 char sys_path[21]; member in struct:darwin_cached_device
|
/system/core/sh/ |
eval.c | 609 static char *sys_path = NULL; local 615 if (sys_path == NULL) { 619 (sys_path = ckmalloc(len + 5)) != NULL && 620 sysctl(mib, 2, sys_path + 5, &len, 0, 0) != -1) { 621 memcpy(sys_path, "PATH=", 5); 625 ckfree(sys_path); 627 sys_path = def_path; 630 return sys_path;
|