HomeSort by relevance Sort by last modified time
    Searched refs:kPathDelimiter (Results 1 - 2 of 2) sorted by null

  /external/webrtc/test/testsupport/
fileutils.cc 34 static const char* kPathDelimiter = "\\";
36 static const char* kPathDelimiter = "/";
53 int path_delimiter_index = current_path.find_last_of(kPathDelimiter);
55 std::string root_filename = current_path + kPathDelimiter +
60 return current_path + kPathDelimiter;
64 path_delimiter_index = current_path.find_last_of(kPathDelimiter);
80 return path + kPathDelimiter;
134 kPathDelimiter;
fileutils_unittest.cc 20 static const char* kPathDelimiter = "\\";
22 static const char* kPathDelimiter = "/";
45 std::string resources_path = original_working_dir_ + kPathDelimiter +
46 kResourcesDir + kPathDelimiter;
71 empty_dummy_dir_ = original_working_dir_ + kPathDelimiter + kDummyDir;
107 expected_end = kPathDelimiter + expected_end + kPathDelimiter;
115 expected_end = kPathDelimiter + expected_end + kPathDelimiter;
144 ASSERT_EQ(0, chdir(kPathDelimiter));
    [all...]

Completed in 862 milliseconds