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

  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 665 char* system_path = malloc(windows_path_size + local
667 GetWindowsDirectory(system_path, windows_path_size);
669 strcpy(system_path + windows_path_size - 1, PATH_SYSTEM32);
670 fprintf(log, "Updating system directory: %s\n", system_path);
671 CHECK_ERROR_HANDLED(update_system_file(log, "vulkan", ".dll", system_path, abi_major, true,
672 latest_runtime_version), { free(system_path); });
673 CHECK_ERROR_HANDLED(update_system_file(log, "vulkaninfo", ".exe", system_path, abi_major, false,
674 &version), { free(system_path); });
676 free(system_path);
681 strcpy(system_path + windows_path_size - 1, PATH_SYSWOW64);
    [all...]
  /external/autotest/client/site_tests/platform_CryptohomeNonDirs/
platform_CryptohomeNonDirs.py 44 path = cryptohome.system_path(user)
66 path = cryptohome.system_path(user)
  /system/extras/simpleperf/
event_type.cpp 79 std::string system_path = tracepoint_dirname + "/" + system_name; local
80 for (const auto& event_name : GetSubDirs(system_path)) {
81 std::string id_path = system_path + "/" + event_name + "/id";
  /external/avb/test/
avb_slot_verify_unittest.cc 1516 base::FilePath system_path = testdir_.Append("system_a.img"); local
1843 base::FilePath system_path = GenerateImage("system.img", system_size); local
2123 base::FilePath system_path = GenerateImage("system.img", system_size); local
    [all...]
avbtool_unittest.cc 1243 base::FilePath system_path = GenerateImage("system", max_image_size); local
1278 base::FilePath system_path = GenerateImage("system", max_image_size); local
1763 base::FilePath system_path = GenerateImage("system.img", system_image_size); local
    [all...]
  /external/autotest/client/site_tests/platform_CryptohomeBadPerms/
platform_CryptohomeBadPerms.py 41 path = cryptohome.system_path(user)
  /prebuilts/sdk/
update_current.py 13 system_path = 'system_current' variable
266 extract_to(zipFile, paths, 'framework.aidl', system_path)
275 mv(artifact_path, path(system_path, 'android.jar'))
340 subprocess.check_call(['git', 'add', system_path])
  /external/skia/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 635 system_path = os.environ["PATH"].split(os.pathsep)
636 for path in system_path:
  /external/autotest/client/cros/
cryptohome.py 39 def system_path(user): function
362 __get_mount_info(mount_point=system_path(user),
653 and utils.is_mountpoint(system_path(user)))
659 utils.require_mountpoint(system_path(user))
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 164 base::FilePath system_path("/var/lib/chaps");
166 .WillByDefault(DoAll(SetArgumentPointee<2>(system_path), Return(true)));

Completed in 2771 milliseconds