OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subdir_path
(Results
1 - 2
of
2
) sorted by null
/external/adhd/cras/src/tests/
file_wait_unittest.cc
105
std::string
subdir_path
;
local
110
subdir_path
= dir_path + "/subdir";
111
file_path =
subdir_path
+ "/does_not_exist";
159
EXPECT_EQ(0, mkdir(
subdir_path
.c_str(), 0700));
169
EXPECT_EQ(0, RmRF(
subdir_path
));
178
EXPECT_EQ(0, mkdir(
subdir_path
.c_str(), 0700));
222
EXPECT_EQ(0, RmRF(
subdir_path
));
234
EXPECT_EQ(0, mkdir(
subdir_path
.c_str(), 0700));
/external/tensorflow/tensorflow/core/platform/
env_test.cc
215
const string
subdir_path
= io::JoinPath(BaseDir(), "a/b");
local
217
TF_CHECK_OK(env_->CreateDir(
subdir_path
));
218
TF_EXPECT_OK(env_->FileExists(
subdir_path
));
Completed in 335 milliseconds