Home
last modified time | relevance | path

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

/development/build/tools/
Dmk_sources_zip.py138 filepath = os.path.join(srcdir, filename)
139 if filename.endswith(".java") and os.path.isfile(filepath):
140 pkg = checkJavaFile(filepath)
142 verbose("No package found in %s", filepath)
150 verbose("Ignore package %s [%s]", pkg, filepath)
156 copy(p, filepath, pkg)
160 elif os.path.isdir(filepath):
162 parseSrcDir(p, filepath)
187 def copy(p, filepath, dest_pkg): argument
188 arc_path = os.path.join(TOP_FOLDER, dest_pkg, os.path.basename(filepath))
[all …]
/development/ndk/platforms/android-12/include/
Dunistd.h172 extern int acct(const char* filepath);
/development/ndk/platforms/android-8/include/
Dunistd.h165 extern int acct(const char* filepath);
/development/ndk/platforms/android-9/include/
Dunistd.h169 extern int acct(const char* filepath);
/development/ndk/platforms/android-3/include/
Dunistd.h160 extern int acct(const char* filepath);
/development/ndk/platforms/android-21/include/
Dunistd.h171 extern int acct(const char* filepath);