Searched refs:subdir_path (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_util_unittest.cc | 350 FilePath subdir_path = temp_dir_.GetPath().Append(FPL("Level2")); in TEST_F() local 351 CreateDirectory(subdir_path); in TEST_F() 353 FilePath file_02 = subdir_path.Append(FPL("The file 02.txt")); in TEST_F() 359 FilePath subsubdir_path = subdir_path.Append(FPL("Level3")); in TEST_F() 869 FilePath subdir_path = temp_dir_.GetPath().Append(FPL("PermissionTest1")); in TEST_F() local 870 CreateDirectory(subdir_path); in TEST_F() 871 ASSERT_TRUE(PathExists(subdir_path)); in TEST_F() 874 FilePath file_name = subdir_path.Append(FPL("Test Readable File.txt")); in TEST_F() 883 EXPECT_TRUE(GetPosixFilePermissions(subdir_path, &mode)); in TEST_F() 887 EXPECT_TRUE(SetPosixFilePermissions(subdir_path, 0u)); in TEST_F() [all …]
|
/aosp_15_r20/external/pytorch/scripts/compile_tests/ |
H A D | download_reports.py | 32 def subdir_path(config): function 37 subdir_paths = [subdir_path(config) for config in configs] 97 subdir = subdir_path(config)
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_util_unittest.cc | 402 FilePath subdir_path = temp_dir_.GetPath().Append(FPL("Level2")); in TEST_F() local 403 CreateDirectory(subdir_path); in TEST_F() 405 FilePath file_02 = subdir_path.Append(FPL("The file 02.txt")); in TEST_F() 411 FilePath subsubdir_path = subdir_path.Append(FPL("Level3")); in TEST_F() 1363 FilePath subdir_path = temp_dir_.GetPath().Append(FPL("PermissionTest1")); in TEST_F() local 1364 CreateDirectory(subdir_path); in TEST_F() 1365 ASSERT_TRUE(PathExists(subdir_path)); in TEST_F() 1368 FilePath file_name = subdir_path.Append(FPL("Test Readable File.txt")); in TEST_F() 1376 EXPECT_TRUE(GetPosixFilePermissions(subdir_path, &mode)); in TEST_F() 1380 EXPECT_TRUE(SetPosixFilePermissions(subdir_path, 0u)); in TEST_F() [all …]
|
H A D | file_enumerator_unittest.cc | 568 const FilePath subdir_path = temp_dir.GetPath().Append(kSubdir); in TEST() local 569 ASSERT_TRUE(CreateDirectory(subdir_path)); in TEST() 581 FileEnumerator file_enumerator(subdir_path, false, in TEST()
|
/aosp_15_r20/tools/acloud/create/ |
H A D | goldfish_local_image_local_instance.py | 264 subdir_path = os.path.join(emulator_dir, subdir_name) 265 if os.path.isdir(subdir_path): 266 utils.SetDirectoryTreeExecutable(subdir_path)
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | env_test.cc | 233 const string subdir_path = io::JoinPath(BaseDir(), "a", "b"); in TEST_F() local 235 TF_CHECK_OK(env_->CreateDir(subdir_path)); in TEST_F() 236 TF_EXPECT_OK(env_->FileExists(subdir_path)); in TEST_F()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_filecmp.py | 69 subdir_path = os.path.join(dir, 'subdir') 70 os.mkdir(subdir_path)
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | file_utils.cc | 323 std::string subdir_path = cur_dir + ffd.cFileName + '/'; in ListFilesRecursive() local 324 dir_queue.push_back(subdir_path); in ListFilesRecursive()
|
/aosp_15_r20/external/cronet/build/ |
H A D | locale_tool.py | 265 subdir_path = os.path.join(buildtools_dir, subdir) 266 if not os.path.isdir(subdir_path): 268 gn_path = os.path.join(subdir_path, 'gn')
|
/aosp_15_r20/external/angle/build/ |
H A D | locale_tool.py | 265 subdir_path = os.path.join(buildtools_dir, subdir) 266 if not os.path.isdir(subdir_path): 268 gn_path = os.path.join(subdir_path, 'gn')
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/io/ |
H A D | file_io_test.py | 312 subdir_path = join(str(dir_path), "sub_dir") 313 file_io.create_dir(subdir_path) 314 subdir_file_path = join(str(subdir_path), "file4.txt")
|