Home
last modified time | relevance | path

Searched defs:old_path (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/tests/
Dnamedtempfile.rs42 let old_path = tmpfile.path().to_path_buf(); in test_persist() localVariable
71 let old_path = tmpfile.path().to_path_buf(); in test_persist_noclobber() localVariable
174 let old_path = tmppath.to_path_buf(); in test_temppath_persist() localVariable
202 let old_path = tmppath.to_path_buf(); in test_temppath_persist_noclobber() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_fcntl.rs66 let old_path = old_dir.path().join("old"); in test_renameat() localVariable
96 let old_path = old_dir.path().join("old"); in test_renameat2_behaves_like_renameat_with_no_flags() localVariable
140 let old_path = old_dir.path().join("old"); in test_renameat2_exchange() localVariable
188 let old_path = old_dir.path().join("old"); in test_renameat2_noreplace() localVariable
/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/zucchini/
H A Dzucchini_integration.cc179 status::Code Generate(const base::FilePath& old_path, in Generate()
209 status::Code Apply(const base::FilePath& old_path, in Apply()
H A Dintegration_test.cc35 base::FilePath old_path = MakeTestPath(old_filename); in TestGenApply() local
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline.c513 const bool old_path = pvr_has_hard_coded_shaders(&device->pdevice->dev_info); in pvr_pds_vertex_attrib_programs_create_and_upload() local
742 const bool old_path = pvr_has_hard_coded_shaders(&device->pdevice->dev_info); in pvr_pds_descriptor_program_create_and_upload() local
1926 const bool old_path = pvr_has_hard_coded_shaders(&device->pdevice->dev_info); in pvr_graphics_pipeline_compile() local
/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/frameworks/compile/mclinker/lib/MC/
DMCLDDirectory.cpp89 std::string old_path = Directory::m_Path.native(); in setSysroot() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/objdump/
H A Dobjdump.cpp80 std::filesystem::path old_path(filepath); in OutputSourceFiles() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/objdump/
H A Dobjdump.cpp80 std::filesystem::path old_path(filepath); in OutputSourceFiles() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/objdump/
Dobjdump.cpp80 std::filesystem::path old_path(filepath); in OutputSourceFiles() local
/aosp_15_r20/external/bazelbuild-rules_rust/tools/upstream_wrapper/src/
H A Dmain.rs27 let old_path = std::env::var_os("PATH").unwrap_or_default(); in main() localVariable
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_clippath.cpp88 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first; in AppendPathWithAutoMerge() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/util/
H A Dfileops.cc298 bool CopyFile(const std::string& old_path, const std::string& new_path, in CopyFile()
/aosp_15_r20/external/angle/src/tests/restricted_traces/
H A Dretrace_restricted_traces.py122 def copy_trace_folder(old_path, new_path): argument
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_file_tracker_unittest.cc347 base::FilePath old_path = names[1]; in TEST_F() local
/aosp_15_r20/art/libartbase/base/unix_file/
H A Dfd_file.cc499 std::string old_path = file_path_; in Rename() local
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-init.c1372 static void link_or_copy(u8 *old_path, u8 *new_path) {
/aosp_15_r20/external/ltp/lib/
H A Dtst_test.c1481 char *old_path = getenv("PATH"); in add_paths() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/fs/
H A Dtests.rs1626 let old_path = tmpdir.join("foo/bar/baz"); in rename_directory() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/fs/
H A Dtests.rs1626 let old_path = tmpdir.join("foo/bar/baz"); in rename_directory() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/fs/
H A Dtests.rs1626 let old_path = tmpdir.join("foo/bar/baz"); in rename_directory() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/fs/
H A Dtests.rs1626 let old_path = tmpdir.join("foo/bar/baz"); in rename_directory() localVariable

12