Home
last modified time | relevance | path

Searched defs:create_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Denv_test.cc221 const string create_path = io::JoinPath(BaseDir(), "a", "b", "c", "d"); in TEST_F() local
239 const string create_path = io::JoinPath(BaseDir(), "a", "b", "c", "d"); in TEST_F() local
361 const string create_path = strings::StrCat( in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/shared_library/src/
Ddynamic_library.rs81 pub fn create_path(path: &[PathBuf]) -> OsString { in create_path() method