Searched refs:system_path (Results 1 – 8 of 8) sorted by relevance
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | configure_runtime.c | 721 char* system_path = malloc(windows_path_size + in update_windows_directories() local 723 GetWindowsDirectory(system_path, windows_path_size); in update_windows_directories() 725 strcpy(system_path + windows_path_size - 1, PATH_SYSTEM32); in update_windows_directories() 726 fprintf(log, "Updating system directory: %s\n", system_path); in update_windows_directories() 727 CHECK_ERROR_HANDLED(update_system_file(log, vulkan_name, ".dll", system_path, abi_major, true, in update_windows_directories() 728 latest_runtime_version), { free(system_path); }); in update_windows_directories() 729 …CHECK_ERROR_HANDLED(update_system_file(log, vulkan_info_name, ".exe", system_path, abi_major, fals… in update_windows_directories() 730 &version), { free(system_path); free(vulkan_info_name); free(vulkan_name);}); in update_windows_directories() 732 free(system_path); in update_windows_directories() 739 strcpy(system_path + windows_path_size - 1, PATH_SYSWOW64); in update_windows_directories() [all …]
|
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/ |
D | platform_CryptohomeNonDirs.py | 46 path = cryptohome.system_path(user) 68 path = cryptohome.system_path(user)
|
/external/avb/test/ |
D | avb_slot_verify_unittest.cc | 1624 base::FilePath system_path = testdir_.Append("system_a.img"); in CmdlineWithChainedHashtreeVerification() local 1627 base::WriteFile(system_path, in CmdlineWithChainedHashtreeVerification() 1641 system_path.value().c_str(), in CmdlineWithChainedHashtreeVerification() 1685 InfoImage(system_path)); in CmdlineWithChainedHashtreeVerification() 1970 base::FilePath system_path = GenerateImage("system.img", system_size); in TEST_F() local 1981 system_path.value().c_str(), in TEST_F() 2028 system_path.value().c_str(), in TEST_F() 2030 system_path.value().c_str(), in TEST_F() 2253 base::FilePath system_path = GenerateImage("system.img", system_size); in TEST_F() local 2262 system_path.value().c_str(), in TEST_F() [all …]
|
D | avbtool_unittest.cc | 1377 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() local 1388 system_path.value().c_str(), in TEST_F() 1412 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() local 1422 system_path.value().c_str(), in TEST_F() 2085 base::FilePath system_path = GenerateImage("system.img", system_image_size); in GenerateImageWithHashAndHashtreeSetup() local 2090 system_path.value().c_str(), in GenerateImageWithHashAndHashtreeSetup() 2100 system_path.value().c_str())); in GenerateImageWithHashAndHashtreeSetup()
|
/external/autotest/client/cros/ |
D | cryptohome.py | 39 def system_path(user): function 372 __get_mount_info(mount_point=system_path(user), 687 and utils.is_mountpoint(system_path(user))) 693 utils.require_mountpoint(system_path(user))
|
/external/autotest/client/site_tests/platform_CryptohomeBadPerms/ |
D | platform_CryptohomeBadPerms.py | 47 path = cryptohome.system_path(user)
|
/external/skqp/infra/bots/recipe_modules/core/resources/ |
D | run_binary_size_analysis.py | 635 system_path = os.environ["PATH"].split(os.pathsep) 636 for path in system_path:
|
/external/skia/infra/bots/recipe_modules/core/resources/ |
D | run_binary_size_analysis.py | 635 system_path = os.environ["PATH"].split(os.pathsep) 636 for path in system_path:
|