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

  /external/chromium_org/chrome/test/pyautolib/
pyauto_utils_test.py 41 r = pyauto_utils.ExistingPathReplacer(myfile, path_type='file')
51 r = pyauto_utils.ExistingPathReplacer(myfile, path_type='file')
62 r = pyauto_utils.ExistingPathReplacer(mydir, path_type='dir')
pyauto_utils.py 35 def __init__(self, path, path_type='dir'):
40 path_type: path type. Options: 'file', 'dir'. Default: 'dir'
42 assert path_type in ('file', 'dir'), 'Invalid path_type: %s' % path_type
43 self._path_type = path_type
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/
msm-adie-codec.h 55 u32 path_type; member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8x74/kernel-headers/linux/mfd/
msm-adie-codec.h 55 u32 path_type; member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
msm-adie-codec.h 76 u32 path_type; /* RX or TX */ member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/
msm-adie-codec.h 76 u32 path_type; /* RX or TX */ member in struct:adie_codec_dev_profile
  /external/chromium_org/webkit/browser/fileapi/
isolated_context.cc 119 PathType path_type);
160 Instance::PathType path_type)
163 path_type_(path_type),
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 112 PlatformDownloadPathType path_type) {
122 if (path_type == PLATFORM_TARGET_PATH)
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.h 96 int *path_type; member in struct:x509_file_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509_vfy.h 96 int *path_type; member in struct:x509_file_st
  /external/openssl/crypto/x509/
x509_vfy.h 96 int *path_type; member in struct:x509_file_st
  /external/openssl/include/openssl/
x509_vfy.h 96 int *path_type; member in struct:x509_file_st

Completed in 899 milliseconds