Home
last modified time | relevance | path

Searched defs:new_path (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/development/tools/external_crates/crate_tool/src/
H A Dandroid_bp.rs31 let new_path = match env::var_os("PATH") { in add_bpfmt_to_path() localVariable
44 let new_path = add_bpfmt_to_path(staging_path.root())?; in run_cargo_embargo() localVariable
75 let new_path = add_bpfmt_to_path(path.root())?; in cargo_embargo_autoconfig() localVariable
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path.cc309 FilePath new_path(path_); in DirName() local
345 FilePath new_path(path_); in BaseName() local
500 FilePath new_path(path_); in Append() local
557 FilePath new_path(path_); in StripTrailingSeparators() local
/aosp_15_r20/bionic/libc/bionic/
H A Drename.cpp32 int rename(const char* old_path, const char* new_path) { in rename()
36 int renameat(int old_dir_fd, const char* old_path, int new_dir_fd, const char* new_path) { in renameat()
H A Dlink.cpp32 int link(const char* old_path, const char* new_path) { in link()
H A Dsymlink.cpp32 int symlink(const char* old_path, const char* new_path) { in symlink()
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path.cc319 FilePath new_path(path_); in DirName() local
369 FilePath new_path(path_); in BaseName() local
541 FilePath new_path(path_); in Append() local
607 FilePath new_path(path_); in StripTrailingSeparators() local
/aosp_15_r20/external/toolchain-utils/llvm_tools/patch_sync/src/
H A Dversion_control.rs226 let new_path = if let Some(captures) = suffix_matcher.captures(ebuild_name) { in rev_bump_llvm() localVariable
231 let new_path = ebuild_dir.join(new_filename); in rev_bump_llvm() localVariable
237 let new_path = ebuild_dir.join(new_filename.as_ref()); in rev_bump_llvm() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem_test.cc251 const std::string new_path = GetURIForPath("a_file/a_file"); in TEST_P() local
300 const std::string new_path = GetURIForPath("a_file/a_file"); in TEST_P() local
349 const std::string new_path = GetURIForPath("a_file/a_file"); in TEST_P() local
424 std::string new_path = GetURIForPath("a_file/a_file"); in TEST_P() local
469 const std::string new_path = GetURIForPath("a_file/a_dir"); in TEST_P() local
519 const std::string new_path = GetURIForPath("a_file/a_dir"); in TEST_P() local
600 const std::string new_path = GetURIForPath("a_file/a_new_file"); in TEST_P() local
665 const std::string new_path = GetURIForPath("a_file/a_dir"); in TEST_P() local
743 const std::string new_path = GetURIForPath("a_file/a_dir"); in TEST_P() local
/aosp_15_r20/external/zucchini/
H A Dzucchini_integration.cc180 const base::FilePath& new_path, in Generate()
211 const base::FilePath& new_path, in Apply()
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_fcntl.rs148 let new_path = new_dir.path().join("new"); in test_renameat2_exchange() localVariable
193 let new_path = new_dir.path().join("new"); in test_renameat2_noreplace() localVariable
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_renderdevice.cpp322 CFX_Path* new_path, in CheckSimpleLinePath()
362 CFX_Path* new_path, in CheckPalindromicPath()
410 CFX_Path* new_path, in GetZeroAreaPath()
848 CFX_Path new_path; in DrawZeroAreaPath() local
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dshell_util.py16 def ScopedChangeDir(new_path): argument
/aosp_15_r20/packages/providers/MediaProvider/jni/
DMediaProviderWrapper.cpp175 const string& old_path, const string& new_path, uid_t uid) { in renameInternal()
444 int MediaProviderWrapper::Rename(const string& old_path, const string& new_path, uid_t uid) { in Rename()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/objdump/
H A Dobjdump.cpp81 std::filesystem::path new_path = outdir / old_path.filename(); in OutputSourceFiles() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/objdump/
H A Dobjdump.cpp81 std::filesystem::path new_path = outdir / old_path.filename(); in OutputSourceFiles() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/objdump/
Dobjdump.cpp81 std::filesystem::path new_path = outdir / old_path.filename(); in OutputSourceFiles() local
/aosp_15_r20/external/bazelbuild-rules_rust/tools/upstream_wrapper/src/
H A Dmain.rs28 let mut new_path = OsString::from(tool_directory); in main() localVariable
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DCldrConfigOption.java18 String new_path, in show()
/aosp_15_r20/frameworks/base/cmds/idmap2/tests/
H A DTestHelpers.h213 std::string new_path = path; in TempFrroFile() local
/aosp_15_r20/external/icing/icing/index/
H A Dproperty-existence-indexing-handler.cc41 std::string new_path = current_path; in ConstructPropertyExistenceMetaToken() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/testcases/
H A Dnamespace.cc64 std::string new_path = JoinPath(path, entry); in ListDirectoriesRecursively() local
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/
H A Dcurrent_path.pass.cpp55 const path new_path = StaticEnv::Dir; in TEST_CASE() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/files/
H A Dfile_path.cc110 FilePath new_path(path_); in Append() local
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/spr/
H A Dioat.c39 union xeon_domain_path new_path = { in create_ioat_domain() local
/aosp_15_r20/external/cronet/net/base/
H A Dfilename_util.cc149 std::string new_path; in FileURLToFilePath() local

1234