Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 4 of 4) sorted by relevance

/art/build/
Dmakevars.go71 …clang_path := filepath.Join(config.ClangDefaultBase, ctx.Config().PrebuiltOS(), config.ClangDefaul…
74 src := filepath.Join(clang_path, "/", tool)
Dart.go172 …clang_path := filepath.Join(config.ClangDefaultBase, ctx.Config().PrebuiltOS(), config.ClangDefaul…
/art/build/apex/
Dart_apex_test.py169 filepath = os.path.join(dirname, basename)
170 is_dir = os.path.isdir(filepath)
171 is_exec = os.access(filepath, os.X_OK)
172 is_symlink = os.path.islink(filepath)
175 size = len(os.readlink(filepath))
177 size = os.path.getsize(filepath)
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc236 explicit LockedStream(const std::string& filepath) { in LockedStream() argument
237 stream_.open(filepath, std::ofstream::out); in LockedStream()