Searched refs:kPathDelimiter (Results 1 – 2 of 2) sorted by relevance
52 const char* kPathDelimiter = "\\"; variable54 const char* kPathDelimiter = "/";92 temp_path = temp_path.substr(0, temp_path.find_last_of(kPathDelimiter)); in SetExecutablePath()124 path = path + kPathDelimiter + relative_dir_path; in ProjectRootPath()127 size_t path_delimiter_index = path.find_last_of(kPathDelimiter); in ProjectRootPath()129 std::string root_filename = path + kPathDelimiter + kProjectRootFileName; in ProjectRootPath()131 return path + kPathDelimiter; in ProjectRootPath()135 path_delimiter_index = path.find_last_of(kPathDelimiter); in ProjectRootPath()151 return path + kPathDelimiter; in OutputPath()233 kPathDelimiter; in ResourcePath()
22 static const char* kPathDelimiter = "\\"; variable24 static const char* kPathDelimiter = "/"; variable78 expected_end = kPathDelimiter + expected_end + kPathDelimiter; in TEST_F()90 ASSERT_EQ(0, chdir(kPathDelimiter)); in TEST_F()129 ASSERT_EQ(0, chdir(kPathDelimiter)); in TEST_F()