Home
last modified time | relevance | path

Searched refs:current_path (Results 1 – 8 of 8) sorted by relevance

/system/core/init/
Dparser.cpp223 std::string current_path = in ParseConfigDir() local
225 files.emplace_back(current_path); in ParseConfigDir()
/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo_test.cpp236 fs::current_path(fs::temp_directory_path()); in SetUp()
237 buffer_stats_path = fs::current_path() / "buffers"; in SetUp()
293 fs::current_path(fs::temp_directory_path()); in SetUp()
294 dmabuf_sysfs_path = fs::current_path() / "buffers"; in SetUp()
295 procfs_path = fs::current_path() / "proc"; in SetUp()
/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.h145 if (!cwd_.empty()) std::filesystem::current_path(cwd_); in ReturnToCurrentWorkingDirectory()
DOfflineUnwindUtils.cpp216 cwd_ = std::filesystem::current_path(); in Init()
298 std::filesystem::current_path(std::filesystem::path(samples_.at(sample_name).offline_files_path)); in ChangeToSampleDirectory()
/system/vold/
DFsCrypt.cpp186 auto const current_path = get_ce_key_current_path(directory_path); in fixate_user_ce_key() local
187 if (to_fix != current_path) { in fixate_user_ce_key()
188 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; in fixate_user_ce_key()
189 if (!android::vold::RenameKeyDir(to_fix, current_path)) return; in fixate_user_ce_key()
/system/unwinding/libunwindstack/tools/
Dunwind_for_offline.cpp94 std::filesystem::current_path(thread_dir); in CreateAndChangeDumpDir()
427 std::filesystem::path cwd = std::filesystem::current_path(); in main()
/system/unwinding/libunwindstack/benchmarks/
DOfflineUnwindBenchmarks.cpp117 path = std::filesystem::current_path(); in BenchmarkOfflineUnwindMultipleSamples()
/system/memory/libmeminfo/
Dlibmeminfo_test.cpp989 fs::current_path(fs::temp_directory_path()); in SetUp()
990 buffer_stats_path = fs::current_path() / "buffers"; in SetUp()
992 heap_root_path = fs::current_path() / "dma_heap"; in SetUp()