/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/tests/ |
D | namedtempfile.rs | 42 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/ |
D | test_fcntl.rs | 66 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 D | rename.cpp | 32 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 D | link.cpp | 32 int link(const char* old_path, const char* new_path) { in link()
|
H A D | symlink.cpp | 32 int symlink(const char* old_path, const char* new_path) { in symlink()
|
/aosp_15_r20/external/zucchini/ |
H A D | zucchini_integration.cc | 179 status::Code Generate(const base::FilePath& old_path, in Generate() 209 status::Code Apply(const base::FilePath& old_path, in Apply()
|
H A D | integration_test.cc | 35 base::FilePath old_path = MakeTestPath(old_filename); in TestGenApply() local
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pipeline.c | 513 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/ |
D | MediaProviderWrapper.cpp | 175 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/ |
D | MCLDDirectory.cpp | 89 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 D | objdump.cpp | 80 std::filesystem::path old_path(filepath); in OutputSourceFiles() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/objdump/ |
H A D | objdump.cpp | 80 std::filesystem::path old_path(filepath); in OutputSourceFiles() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/objdump/ |
D | objdump.cpp | 80 std::filesystem::path old_path(filepath); in OutputSourceFiles() local
|
/aosp_15_r20/external/bazelbuild-rules_rust/tools/upstream_wrapper/src/ |
H A D | main.rs | 27 let old_path = std::env::var_os("PATH").unwrap_or_default(); in main() localVariable
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_clippath.cpp | 88 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first; in AppendPathWithAutoMerge() local
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/util/ |
H A D | fileops.cc | 298 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 D | retrace_restricted_traces.py | 122 def copy_trace_folder(old_path, new_path): argument
|
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_file_tracker_unittest.cc | 347 base::FilePath old_path = names[1]; in TEST_F() local
|
/aosp_15_r20/art/libartbase/base/unix_file/ |
H A D | fd_file.cc | 499 std::string old_path = file_path_; in Rename() local
|
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-init.c | 1372 static void link_or_copy(u8 *old_path, u8 *new_path) {
|
/aosp_15_r20/external/ltp/lib/ |
H A D | tst_test.c | 1481 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 D | tests.rs | 1626 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 D | tests.rs | 1626 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 D | tests.rs | 1626 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 D | tests.rs | 1626 let old_path = tmpdir.join("foo/bar/baz"); in rename_directory() localVariable
|