HomeSort by relevance Sort by last modified time
    Searched refs:filepath (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/e2fsprogs/util/
libecho.c 43 char filepath[256]; local
52 strcpy(filepath, f);
54 slash = strrchr(filepath, '\\');
60 filepath[0] = '\0';
70 printf("%s%s%s\n", prefix, filepath, fdt.name);
75 printf("%s%s%s\n", prefix, filepath, fdt.name);
  /external/qemu/
tcpdump.h 22 extern int qemu_tcpdump_start( const char* filepath );
gen-charmap.py 164 for filepath in sys.argv[1:]:
165 m = re_mapname.match(filepath)
167 print "%s is not a keyboard charmap name" % filepath
173 for filepath in sys.argv[1:]:
174 m = re_mapname.match(filepath)
176 result = process_file( filepath )
tcpdump.c 73 qemu_tcpdump_start( const char* filepath )
82 if (filepath == NULL)
85 capture_file = fopen(filepath, "wb");
  /external/chromium/base/
mime_util.h 10 class FilePath;
18 std::string GetFileMimeType(const FilePath& filepath);
33 // then a generic icon, and finally an empty FilePath if all else fails.
34 FilePath GetMimeIcon(const std::string& mime_type, size_t size);
  /external/webkit/WebKitTools/Scripts/
update-sources-list.py 43 filepath = os.path.join(wkroot, "WebCore/WebCoreSources.bkl")
44 assert(os.path.exists(filepath))
46 doc = minidom.parse(filepath)
  /external/webkit/WebKitTools/wx/packaging/
build-win-installer.py 55 filepath = os.path.join(dir, name)
56 if os.path.isfile(filepath):
57 retval = filepath
  /external/protobuf/python/
setup.py 92 filepath = os.path.join(dirpath, filename) variable
93 if filepath.endswith("_pb2.py") or filepath.endswith(".pyc"):
94 os.remove(filepath)
  /external/chromium/googleurl/src/
url_parse_internal.h 88 Component* filepath,
93 Component* filepath,
url_parse.cc 227 Component* filepath,
234 filepath->reset();
287 *filepath = MakeRange(path.begin, file_end);
289 filepath->reset();
729 Component* filepath,
732 ParsePath(spec, path, filepath, query, ref);
737 Component* filepath,
740 ParsePath(spec, path, filepath, query, ref);
  /development/scripts/
divide_and_compress.py 316 def AddFileToArchive(self, filepath, compress_bit):
317 """Add the file at filepath to the current archive.
320 filepath: A string, the path of the file to add.
329 if os.path.isfile(filepath) and not os.path.islink(filepath):
330 if os.path.getsize(filepath) > 1048576:
331 print 'Warning: %s is potentially too large to serve on GAE' % filepath
335 archive.write(filepath, filepath[len(self.base_path):])
  /external/qemu/android/utils/
ini.c 248 iniFile_newFromFile( const char* filepath )
250 FILE* fp = fopen(filepath, "rt");
257 filepath, strerror(errno));
272 filepath, size);
281 ini = iniFile_newFromMemory(text, filepath);
290 iniFile_saveToFile( IniFile* f, const char* filepath )
292 FILE* fp = fopen(filepath, "wt");
299 filepath, strerror(errno));
  /external/webkit/WebKitTools/CodeCoverage/
run-generate-coverage-data 108 filepath = split[1][:-5].replace('#',os.path.sep)
109 return os.path.join(os.path.sep,filepath)
114 filepath = split[1][:-5].replace('#',os.path.sep)
115 return os.path.abspath(os.path.join(root,os.path.pardir,os.path.pardir,filepath))
120 filepath = split[1][:-5].replace('#',os.path.sep)
121 return os.path.abspath(os.path.join(root,filepath))
  /sdk/screenshot/src/com/android/screenshot/
Screenshot.java 41 String filepath = null; local
77 // get the filepath and break.
78 filepath = argument;
87 if (filepath == null) {
179 getDeviceImage(target, filepath, landscape);
195 private static void getDeviceImage(IDevice device, String filepath, boolean landscape)
229 if (!ImageIO.write(image, "png", new File(filepath))) {
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRecorder.java 103 * @param scriptName filepath of the monkey script we are running
286 * @param filepath the filepath of the file to be added to the zip archive
289 private static void addFileToZip(ZipOutputStream zip, String filepath, byte[] buf) throws IOException {
290 FileInputStream in = new FileInputStream(filepath);
291 zip.putNextEntry(new ZipEntry(filepath));
MonkeyRunner.java 546 // get the filepath of the script to run. This will be the last undashed argument.
555 private static void getDeviceImage(IDevice device, String filepath, boolean landscape)
559 System.out.println("Grabbing Screeshot: " + filepath + ".");
628 if (!ImageIO.write(image, "png", new File(filepath))) {
632 recordResponse("OK", filepath);
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 121 public BitmapDrawable(String filepath) {
122 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
124 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + filepath);
131 public BitmapDrawable(Resources res, String filepath) {
132 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
135 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + filepath);
  /external/e2fsprogs/e2fsck/
profile_helpers.c 261 profile_init_path(const char * filepath,
271 for(s = filepath, n_entries = 1; *s; s++) {
282 for(s = filepath, i=0; (t = strchr(s, ':')) || (t=s+strlen(s)); s=t+1, i++) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 497 * @param filepath the file path to the text file
500 public static String readEmbeddedTextFile(String filepath) {
502 InputStream is = readEmbeddedFileAsStream(filepath);
517 AdtPlugin.log(e, "Failed to read text file '%s'", filepath); //$NON-NLS-1$
526 * @param filepath the file path to the text file
529 public static byte[] readEmbeddedFile(String filepath) {
531 InputStream is = readEmbeddedFileAsStream(filepath);
548 AdtPlugin.log(e, "Failed to read binary file '%s'", filepath); //$NON-NLS-1$
557 * @param filepath the file path to the text file
560 public static InputStream readEmbeddedFileAsStream(String filepath) {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 32 #include <gtest/internal/gtest-filepath.h>
57 // Returns a copy of the FilePath with the case-insensitive extension removed.
58 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
59 // FilePath("dir/file"). If a case-insensitive extension is not
60 // found, returns a copy of the original FilePath.
61 FilePath FilePath::RemoveExtension(const char* extension) const {
64 return FilePath(String(pathname_.c_str(), pathname_.GetLength() - 4));
69 // Returns a copy of the FilePath with the directory part removed.
70 // Example: FilePath("path/to/file").RemoveDirectoryName() return
    [all...]
  /sdk/anttasks/src/com/android/ant/
ApkBuilderTask.java 78 * Sets the full filepath to the apk to generate.
79 * @param filepath
81 public void setApkfilepath(String filepath) {
82 mApkFilepath = filepath;
  /bionic/libc/include/
unistd.h 168 extern int acct(const char* filepath);
  /development/ndk/platforms/android-3/include/
unistd.h 159 extern int acct(const char* filepath);
  /development/ndk/platforms/android-8/include/
unistd.h 164 extern int acct(const char* filepath);
  /development/ndk/platforms/android-9/include/
unistd.h 168 extern int acct(const char* filepath);

Completed in 373 milliseconds

1 2 3