Searched refs:kPathDelimiter (Results 1 – 2 of 2) sorted by relevance
20 static const char* kPathDelimiter = "\\"; variable22 static const char* kPathDelimiter = "/"; variable45 std::string resources_path = original_working_dir_ + kPathDelimiter + in SetUpTestCase()46 kResourcesDir + kPathDelimiter; in SetUpTestCase()71 empty_dummy_dir_ = original_working_dir_ + kPathDelimiter + kDummyDir; in SetUpTestCase()107 expected_end = kPathDelimiter + expected_end + kPathDelimiter; in TEST_F()115 expected_end = kPathDelimiter + expected_end + kPathDelimiter; in TEST_F()144 ASSERT_EQ(0, chdir(kPathDelimiter)); in TEST_F()151 ASSERT_EQ(0, chdir(kPathDelimiter)); in TEST_F()179 ASSERT_EQ(0, chdir(kPathDelimiter)); in TEST_F()
34 static const char* kPathDelimiter = "\\"; variable36 static const char* kPathDelimiter = "/";53 int path_delimiter_index = current_path.find_last_of(kPathDelimiter); in ProjectRootPath()55 std::string root_filename = current_path + kPathDelimiter + in ProjectRootPath()60 return current_path + kPathDelimiter; in ProjectRootPath()64 path_delimiter_index = current_path.find_last_of(kPathDelimiter); in ProjectRootPath()80 return path + kPathDelimiter; in OutputPath()134 kPathDelimiter; in ResourcePath()