HomeSort by relevance Sort by last modified time
    Searched defs:file_name (Results 1 - 25 of 49) sorted by null

1 2

  /external/bluetooth/glib/gio/xdgmime/
test-mime.c 175 const char *file_name; local
186 file_name = argv[i];
187 result = xdg_mime_get_mime_type_for_file (file_name, NULL);
188 printf ("File \"%s\" has a mime-type of %s\n", file_name, result);
  /external/chromium/base/
tracked.h 42 Location(const char* function_name, const char* file_name, int line_number)
44 file_name_(file_name),
68 const char* file_name() const { return file_name_; } function in class:tracked_objects::Location
file_util.cc 51 FilePath::StringType file_name = path.BaseName().value(); local
53 file_name.rfind(kExtensionSeparator);
56 file_name, last_dot+1);
284 bool MemoryMappedFile::Initialize(const FilePath& file_name) {
288 if (!MapFileToMemory(file_name)) {
296 bool MemoryMappedFile::MapFileToMemory(const FilePath& file_name) {
297 file_ = base::CreatePlatformFile(file_name,
302 LOG(ERROR) << "Couldn't open " << file_name.value();
  /external/qemu/elff/
elff_api.h 86 const char* file_name; member in struct:Elf_AddressInfo
88 /* Path to the source file directory. If file_name field of this structure is
92 /* Line number in the source file for the address. If file_name field of this
dwarf_cu.h 30 const char* file_name; member in struct:Dwarf_AddressInfo
  /external/bluetooth/glib/gio/win32/
gwin32directorymonitor.c 98 gchar *file_name; local
123 file_name = g_utf16_to_utf8 (pfile_notify_walker->FileName, pfile_notify_walker->FileNameLength / sizeof(WCHAR), NULL, &file_name_len, NULL);
124 path = g_build_filename(G_LOCAL_DIRECTORY_MONITOR (priv->self)->dirname, file_name, NULL);
129 g_free (file_name);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 52 const char* file_name,
56 file_name_(file_name),
66 const char* file_name() const { return file_name_.c_str(); } function in class:testing::TestPartResult
  /external/e2fsprogs/intl/
localcharset.c 121 char *file_name; local
123 /* Concatenate dir and base into freshly allocated file_name. */
128 file_name = (char *) malloc (dir_len + add_slash + base_len + 1);
129 if (file_name != NULL)
131 memcpy (file_name, dir, dir_len);
133 file_name[dir_len] = DIRECTORY_SEPARATOR;
134 memcpy (file_name + dir_len + add_slash, base, base_len + 1);
138 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL)
202 if (file_name != NULL
    [all...]
  /external/gtest/include/gtest/
gtest-test-part.h 60 const char* file_name,
64 file_name_(file_name),
75 const char* file_name() const { return file_name_.c_str(); } function in class:testing::TestPartResult
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 60 const char* file_name,
64 file_name_(file_name),
75 const char* file_name() const { return file_name_.c_str(); } function in class:testing::TestPartResult
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 207 const string file_name = file->name(); local
230 if (params.has_java_package(file_name)) {
231 result += params.java_package(file_name);
235 if (params.has_java_outer_classname(file_name)) {
239 result += params.java_outer_classname(file_name);
  /external/v8/samples/
shell.cc 83 v8::Handle<v8::String> file_name = v8::String::New("unnamed"); local
85 if (!ExecuteString(source, file_name, false, true))
91 v8::Handle<v8::String> file_name = v8::String::New(str); local
97 if (!ExecuteString(source, file_name, false, true))
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 290 char file_name[50] = "/data/main.jpg"; local
291 fout = fopen(file_name, "wb");
293 perror(&file_name[0]);
345 char file_name[50] = "/data/thumb.jpg"; local
346 fout = fopen(file_name, "wb");
348 perror(&file_name[0]);
  /external/chromium/googleurl/src/
url_parse_unittest.cc 466 url_parse::Component file_name; local
467 url_parse::ExtractFileName(url, parsed.path, &file_name);
469 EXPECT_TRUE(ComponentMatches(url, file_cases[i].expected, file_name));
  /external/qemu/android/
charmap.c 561 const char* file_name = kcm_file_path + strlen(kcm_file_path); local
562 while (!kcm_is_path_separator(*file_name) &&
563 (file_name != kcm_file_path)) {
564 file_name--;
566 if (kcm_is_path_separator(*file_name)) {
567 file_name++;
571 ext_separator = strrchr(file_name, '.');
574 ext_separator = file_name + strlen(file_name);
575 } else if (ext_separator == file_name) {
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 72 char *file_name = NULL; local
78 file_name = argv [1];
79 file_ptr = fopen (file_name,"rb");
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 71 char *file_name = NULL; local
77 file_name = argv [1];
78 file_ptr = fopen (file_name,"rb");
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 85 char file_name[30]="/cli.log"; local
101 ftmp = fopen(file_name, "a");
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 251 jbyte *file_name = (*env).GetByteArrayElements(dict_file, 0); local
254 if (true == sync_worker.begin((const char *)file_name))
257 (*env).ReleaseByteArrayElements(dict_file, file_name, 0);
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
osapi.c 85 char file_name[30]="/cli.log"; local
101 ftmp = fopen(file_name, "a");
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.cpp 333 PUNICODE_STRING file_name = WdfFileObjectGetFileName(wdf_fo);
334 ASSERT(NULL != file_name);
335 if (NULL == file_name) {
346 if (0 != file_name->Length) {
348 UCHAR pipe_index = GetPipeIndexFromFileName(file_name);
350 GoogleDbgPrint("\n!!!!! There is no pipe index for file %wZ", file_name);
368 pipe_index, file_name);
375 ASSERT((NULL != wdf_pipe_obj) || (0 == file_name->Length));
381 if (0 == file_name->Length) {
314 PUNICODE_STRING file_name = WdfFileObjectGetFileName(wdf_fo); local
    [all...]
  /external/blktrace/btreplay/
btrecord.c 49 * @file_name: Fully qualified name for this input file
56 char *devnm, *file_name; member in struct:ifile_info
81 * @file_name: Fully qualified name for this file
92 char *file_name, *vfn; member in struct:io_stream
231 stream->file_name,
240 fatal(stream->file_name, ERR_SYSCALL, "Hdr write failed\n");
296 free(iip->file_name);
305 * @file_name: Fully qualifed input file name
307 static void __add_input_file(int cpu, char *devnm, char *file_name)
315 iip->file_name = strdup(file_name)
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule.c 63 gchar *file_name; member in struct:_GModule
76 static gpointer _g_module_open (const gchar *file_name,
126 if (strcmp (name, module->file_name) == 0)
166 _g_module_open (const gchar *file_name,
332 g_module_open (const gchar *file_name,
349 if (!file_name)
357 main_module->file_name = NULL;
376 module = g_module_find_by_name (file_name);
386 if (g_file_test (file_name, G_FILE_TEST_IS_REGULAR))
387 name = g_strdup (file_name);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 563 const char* const file_name = file == NULL ? "unknown file" : file; local
565 return String::Format("%s:", file_name);
568 return String::Format("%s(%d):", file_name, line);
570 return String::Format("%s:%d:", file_name, line);
    [all...]
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 1183 char file_name [256]; local
    [all...]

Completed in 578 milliseconds

1 2