Searched refs:current_path (Results 1 – 8 of 8) sorted by relevance
223 std::string current_path = in ParseConfigDir() local225 files.emplace_back(current_path); in ParseConfigDir()
236 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()
145 if (!cwd_.empty()) std::filesystem::current_path(cwd_); in ReturnToCurrentWorkingDirectory()
216 cwd_ = std::filesystem::current_path(); in Init()298 std::filesystem::current_path(std::filesystem::path(samples_.at(sample_name).offline_files_path)); in ChangeToSampleDirectory()
186 auto const current_path = get_ce_key_current_path(directory_path); in fixate_user_ce_key() local187 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()
94 std::filesystem::current_path(thread_dir); in CreateAndChangeDumpDir()427 std::filesystem::path cwd = std::filesystem::current_path(); in main()
117 path = std::filesystem::current_path(); in BenchmarkOfflineUnwindMultipleSamples()
989 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()