Home
last modified time | relevance | path

Searched refs:SetRootPathForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/files/
H A Dsafe_fd.h81 BRILLO_EXPORT static void SetRootPathForTesting(const char* new_root_path);
H A Dfile_util_test.cc66 SafeFD::SetRootPathForTesting(temp_dir_path_.data()); in FileTest()
H A Dsafe_fd.cc192 void SafeFD::SetRootPathForTesting(const char* new_root_path) { in SetRootPathForTesting() function in brillo::SafeFD