OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child_dir1
(Results
1 - 1
of
1
) sorted by null
/external/tensorflow/tensorflow/core/platform/
env_test.cc
161
// root_dir -> dirs:
child_dir1
, child_dir2; files: root_file1, root_file2
162
//
child_dir1
-> files: child1_file1
165
const string
child_dir1
= io::JoinPath(parent_dir, "
child_dir1
");
local
174
TF_EXPECT_OK(env_->CreateDir(
child_dir1
));
175
const string child1_file1 = io::JoinPath(
child_dir1
, "child1_file1");
Completed in 219 milliseconds