Searched defs:path (Results 1 - 7 of 7) sorted by relevance

/build/core/
H A Dpathmap.mk58 # Returns the path to the requested module's include directory,
64 define include-path-for
70 # so make it easy for them to find the correct path.
72 JNI_H_INCLUDE := $(call include-path-for,libnativehelper)/nativehelper
H A Ddefinitions.mk62 # Full path to all files that are made by some tool
65 # Full path to all asm, C, C++, lex and yacc generated C files.
462 ## Convert "path/to/libXXX.so" to "-lXXX".
463 ## Any "path/to/libXXX.a" elements pass through unchanged.
593 define normalize-path-list
674 ## Append a leaf to a base path. Properly deals with
677 ## $(1): base path
678 ## $(2): leaf path
681 define append-path
845 -rt-path
[all...]
/build/tools/releasetools/
H A Dbuild_image.py24 import os.path namespace
45 in_dir: path of input directory.
47 out_file: path of the output image file.
82 unsparse_image = os.path.join(
83 os.path.dirname(out_file), "unsparse_" + os.path.basename(out_file))
162 image_filename = os.path.basename(out_file)
/build/tools/
H A Dgenerate-notice-files.py28 import os.path namespace
172 input_dir = os.path.normpath(args[3])
177 filename = os.path.join(root, file)
H A Djava-event-log-tags.py29 import os.path namespace
98 basename, _ = os.path.splitext(os.path.basename(fn))
148 output_dir = os.path.dirname(output_file)
149 if not os.path.exists(output_dir):
/build/tools/atree/
H A Dfs.cpp21 is_dir(const string& path) argument
25 err = stat(path.c_str(), &st);
30 remove_file(const string& path) argument
32 int err = unlink(path.c_str());
34 fprintf(stderr, "error deleting file %s (%s)\n", path.c_str(),
42 remove_recursively(const string& path) argument
46 if (is_dir(path)) {
47 DIR *d = opendir(path.c_str());
50 path.c_str(), strerror(errno));
63 string full = path;
109 mkdir_recursively(const string& path) argument
153 strip_file(const string& path) argument
[all...]
H A Dfiles.cpp300 errstr = "Error: No path found on line.";
424 list_dir(const string& path, const FileRecord& rec, argument
431 full = path_append(full, path);
449 string entry = path_append(path, ent->d_name);

Completed in 150 milliseconds