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

  /external/clang/unittests/libclang/
LibclangTest.cpp 355 std::string TestDir;
363 TestDir = Dir.str();
373 llvm::sys::fs::remove(TestDir);
377 llvm::SmallString<256> Path(TestDir);
449 std::string ModulesCache = std::string("-fmodules-cache-path=") + TestDir;
451 "-I", TestDir.c_str() };
  /prebuilts/go/darwin-x86/src/path/
path_test.go 205 func TestDir(t *testing.T) {
  /prebuilts/go/linux-x86/src/path/
path_test.go 205 func TestDir(t *testing.T) {
  /prebuilts/go/darwin-x86/src/os/
os_windows_test.go 425 testDir := "TestDir"
427 err = os.MkdirAll(filepath.Join(sharePath, testDir), 0777)
480 target := filepath.Join(UNCPath, testDir)
  /prebuilts/go/linux-x86/src/os/
os_windows_test.go 425 testDir := "TestDir"
427 err = os.MkdirAll(filepath.Join(sharePath, testDir), 0777)
480 target := filepath.Join(UNCPath, testDir)
  /prebuilts/go/darwin-x86/src/path/filepath/
path_test.go 673 func TestDir(t *testing.T) {
  /prebuilts/go/linux-x86/src/path/filepath/
path_test.go 673 func TestDir(t *testing.T) {

Completed in 432 milliseconds