HomeSort by relevance Sort by last modified time
    Searched refs:file_spec (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_filespec_unittest.cpp 72 CPDF_FileSpec file_spec(str_obj.get());
74 EXPECT_TRUE(file_spec.GetFileName(&file_name));
103 CPDF_FileSpec file_spec(dict_obj.get());
107 EXPECT_TRUE(file_spec.GetFileName(&file_name));
113 EXPECT_TRUE(file_spec.GetFileName(&file_name));
120 CPDF_FileSpec file_spec(name_obj.get());
122 EXPECT_FALSE(file_spec.GetFileName(&file_name));
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_semihosting.c 100 const io_file_spec_t *file_spec = (const io_file_spec_t *)spec; local
102 assert(file_spec != NULL);
105 sh_result = semihosting_file_open(file_spec->path, file_spec->mode);
io_fip.c 265 const io_file_spec_t *file_spec = (io_file_spec_t *)spec; local
269 assert(file_spec != NULL);
300 file_to_uuid(file_spec->path, &file_uuid);
  /external/selinux/python/semanage/
semanage 53 usage_fcontext_dict = {' --add': ('(', '-t TYPE', '-f FTYPE', '-r RANGE', '-s SEUSER', '|', '-e EQUAL', ')', 'FILE_SPEC',), ' --delete': ('(', '-t TYPE', '-f FTYPE', '|', '-e EQUAL', ')', 'FILE_SPEC',), ' --modify': ('(', '-t TYPE', '-f FTYPE', '-r RANGE', '-s SEUSER', '|', '-e EQUAL', ')', 'FILE_SPEC',), ' --list': ('[-C]',), ' --extract': ('',), ' --deleteall': ('',)}
345 fcontext_args = {'list': [('equal', 'ftype', 'seuser', 'type'), ('')], 'add': [('locallist'), ('type', 'file_spec')], 'modify': [('locallist'), ('type', 'file_spec')], 'delete': [('locallist'), ('file_spec')], 'extract': [('locallist', 'equal', 'ftype', 'seuser', 'type'), ('')], 'deleteall': [('locallist'), ('')]}
359 OBJECT.add_equal(args.file_spec, args.equal)
361 OBJECT.add(args.file_spec, args.type, args.ftype, args.range, args.seuser)
364 OBJECT.add_equal(args.file_spec, args.equal)
366 OBJECT.modify(args.file_spec, args.type, args.ftype, args.range, args.seuser
    [all...]
  /external/selinux/libselinux/src/
matchpathcon.c 166 typedef struct file_spec { struct
170 struct file_spec *next; /* next association in hash bucket chain */
selinux_restorecon.c 399 typedef struct file_spec { struct
403 struct file_spec *next; /* next association in hash bucket chain */
  /external/chromium-trace/catapult/telemetry/third_party/mock/
mock.py 2316 file_spec = None variable
    [all...]
  /external/pdfium/third_party/pymock/
mock.py 2316 file_spec = None variable
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 172 /* Given that FILE_SPEC results in a non-NULL SEP result from archive_path,
173 return whether F matches FILE_SPEC. */
176 input_statement_is_archive_path (const char *file_spec, char *sep,
183 && ((sep != file_spec)
188 if (sep != file_spec)
192 match = name_match (file_spec, aname) == 0;
891 const char *file_spec = s->filename; local
894 if (file_spec == NULL)
902 else if ((p = archive_path (file_spec)) != NULL)
906 if (input_statement_is_archive_path (file_spec, p, f)
    [all...]

Completed in 1706 milliseconds